﻿2026-06-04T17:19:08.6845997Z ##[group]Run actions/checkout@v5
2026-06-04T17:19:08.6847005Z with:
2026-06-04T17:19:08.6847352Z   repository: SaberMage/spt-core
2026-06-04T17:19:08.6850608Z   token: ***
2026-06-04T17:19:08.6850930Z   ssh-strict: true
2026-06-04T17:19:08.6851248Z   ssh-user: git
2026-06-04T17:19:08.6851591Z   persist-credentials: true
2026-06-04T17:19:08.6851951Z   clean: true
2026-06-04T17:19:08.6852275Z   sparse-checkout-cone-mode: true
2026-06-04T17:19:08.6852667Z   fetch-depth: 1
2026-06-04T17:19:08.6852986Z   fetch-tags: false
2026-06-04T17:19:08.6853327Z   show-progress: true
2026-06-04T17:19:08.6853681Z   lfs: false
2026-06-04T17:19:08.6853994Z   submodules: false
2026-06-04T17:19:08.6854337Z   set-safe-directory: true
2026-06-04T17:19:08.6854832Z ##[endgroup]
2026-06-04T17:19:08.8659387Z Syncing repository: SaberMage/spt-core
2026-06-04T17:19:08.8660698Z ##[group]Getting Git version info
2026-06-04T17:19:08.8661234Z Working directory is 'C:\actions-runner\_work\spt-core\spt-core'
2026-06-04T17:19:08.8939055Z [command]"c:\program files\git\cmd\git.exe" version
2026-06-04T17:19:08.9149917Z git version 2.43.0.windows.1
2026-06-04T17:19:08.9183240Z ##[endgroup]
2026-06-04T17:19:08.9190964Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\27fa4a58-8c4d-41d9-b7c7-6ef7e0f7f7ac\.gitconfig'
2026-06-04T17:19:08.9203467Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\27fa4a58-8c4d-41d9-b7c7-6ef7e0f7f7ac' before making global git config changes
2026-06-04T17:19:08.9204491Z Adding repository directory to the temporary git global config as a safe directory
2026-06-04T17:19:08.9208988Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-core\spt-core
2026-06-04T17:19:08.9448955Z [command]"c:\program files\git\cmd\git.exe" config --local --get remote.origin.url
2026-06-04T17:19:08.9656719Z https://github.com/SaberMage/spt-core
2026-06-04T17:19:08.9701680Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-04T17:19:08.9706592Z [command]"c:\program files\git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-04T17:19:08.9913819Z refs/heads/dev-freeform
2026-06-04T17:19:08.9949344Z [command]"c:\program files\git\cmd\git.exe" checkout --detach
2026-06-04T17:19:09.0265993Z HEAD is now at 59a670e docs(plan): M5-D3d JIT plan — gates + discovery + context injection
2026-06-04T17:19:09.0742911Z ##[endgroup]
2026-06-04T17:19:09.0746561Z [command]"c:\program files\git\cmd\git.exe" submodule status
2026-06-04T17:19:09.4630969Z ##[group]Cleaning the repository
2026-06-04T17:19:09.4635648Z [command]"c:\program files\git\cmd\git.exe" clean -ffdx
2026-06-04T17:19:11.7734589Z Removing target/
2026-06-04T17:19:11.7774120Z [command]"c:\program files\git\cmd\git.exe" reset --hard HEAD
2026-06-04T17:19:11.8151613Z HEAD is now at 59a670e docs(plan): M5-D3d JIT plan — gates + discovery + context injection
2026-06-04T17:19:11.8178702Z ##[endgroup]
2026-06-04T17:19:11.8182917Z ##[group]Disabling automatic garbage collection
2026-06-04T17:19:11.8187909Z [command]"c:\program files\git\cmd\git.exe" config --local gc.auto 0
2026-06-04T17:19:11.8427789Z ##[endgroup]
2026-06-04T17:19:11.8428193Z ##[group]Setting up auth
2026-06-04T17:19:11.8431859Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-06-04T17:19:11.8660933Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-06-04T17:19:12.2300446Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-04T17:19:12.2528755Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-06-04T17:19:12.6191675Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-04T17:19:12.6410174Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-06-04T17:19:13.0063558Z [command]"c:\program files\git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-06-04T17:19:13.0355695Z ##[endgroup]
2026-06-04T17:19:13.0356139Z ##[group]Fetching the repository
2026-06-04T17:19:13.0362492Z [command]"c:\program files\git\cmd\git.exe" -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +984852e6ea69313e87b7918296a2611737528c7d:refs/remotes/origin/dev-freeform
2026-06-04T17:19:13.8655307Z From https://github.com/SaberMage/spt-core
2026-06-04T17:19:13.8655841Z  + 59a670e...984852e 984852e6ea69313e87b7918296a2611737528c7d -> origin/dev-freeform  (forced update)
2026-06-04T17:19:13.8776885Z ##[endgroup]
2026-06-04T17:19:13.8777315Z ##[group]Determining the checkout info
2026-06-04T17:19:13.8778409Z ##[endgroup]
2026-06-04T17:19:13.8783548Z [command]"c:\program files\git\cmd\git.exe" sparse-checkout disable
2026-06-04T17:19:13.9124525Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-06-04T17:19:13.9369106Z ##[group]Checking out the ref
2026-06-04T17:19:13.9373844Z [command]"c:\program files\git\cmd\git.exe" checkout --progress --force -B dev-freeform refs/remotes/origin/dev-freeform
2026-06-04T17:19:13.9789008Z branch 'dev-freeform' set up to track 'origin/dev-freeform'.
2026-06-04T17:19:13.9789365Z Your branch is up to date with 'origin/dev-freeform'.
2026-06-04T17:19:13.9789972Z Previous HEAD position was 59a670e docs(plan): M5-D3d JIT plan — gates + discovery + context injection
2026-06-04T17:19:13.9790389Z Switched to and reset branch 'dev-freeform'
2026-06-04T17:19:13.9812527Z ##[endgroup]
2026-06-04T17:19:14.0067226Z [command]"c:\program files\git\cmd\git.exe" log -1 --format=%H
2026-06-04T17:19:14.0269077Z 984852e6ea69313e87b7918296a2611737528c7d
